Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explain what the length of a dynamic array is #160

Merged
merged 2 commits into from
Oct 31, 2023

Conversation

nafur
Copy link
Contributor

@nafur nafur commented Oct 19, 2023

This PR just adds a simple clarification about .length on dynamic arrays. Given that we also have .length for bytes, it is not immediately clear whether an array's length refers to the number of elements in that array, or its length in bytes.

This change reflects my current guess. Please confirm that it actually is correct!

@nafur nafur added the question Further information is requested label Oct 19, 2023
@nafur nafur requested a review from a team as a code owner October 19, 2023 09:17
Copy link
Contributor

@mdgeorge4153 mdgeorge4153 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@mdgeorge4153 mdgeorge4153 merged commit 4fda468 into master Oct 31, 2023
@mdgeorge4153 mdgeorge4153 deleted the gereon/explain-array-length branch October 31, 2023 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants